
/* CSS Reset ve Namespace Protection */
#ypl-bulletproof-component {
    all: initial !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', Oxygen, Ubuntu, Cantarell, sans-serif !important;
    line-height: 1.6 !important;
    color: #333 !important;
    padding: 80px 0 !important;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important;
    position: relative !important;
    isolation: isolate !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

#ypl-bulletproof-component *,
#ypl-bulletproof-component *::before,
#ypl-bulletproof-component *::after {
    all: unset !important;
    box-sizing: border-box !important;
    font-family: inherit !important;
    line-height: inherit !important;
}

/* Container */
.ypl-container {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 15px !important;
}

/* Flexbox ve Grid Reset */
.ypl-flex {
    display: flex !important;
}

.ypl-grid {
    display: grid !important;
}

.ypl-block {
    display: block !important;
}

.ypl-inline-block {
    display: inline-block !important;
}

/* Header Section */
.ypl-header {
    text-align: center !important;
    margin-bottom: 60px !important;
}

.ypl-badge {
    display: inline-block !important;
    background: linear-gradient(45deg, #6432b8, #9516d7) !important;
    color: white !important;
    padding: 8px 20px !important;
    border-radius: 25px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    margin-bottom: 20px !important;
    border: none !important;
    text-decoration: none !important;
}

.ypl-main-title {
    font-size: 2.5rem !important;
    font-weight: 700 !important;
    color: #2c3e50 !important;
    margin-bottom: 15px !important;
    line-height: 1.2 !important;
    text-align: center !important;
}

.ypl-highlight {
    background: linear-gradient(45deg, #6432b8, #9516d7) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}

.ypl-subtitle {
    font-size: 18px !important;
    color: #6c757d !important;
    font-weight: 500 !important;
    margin: 0 !important;
    text-align: center !important;
}

/* Stats Grid */
.ypl-stats-container {
    margin-bottom: 60px !important;
}

.ypl-stats-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
    gap: 20px !important;
    width: 100% !important;
}

.ypl-stat-card {
    background: white !important;
    padding: 30px 20px !important;
    border-radius: 15px !important;
    text-align: center !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
    transition: all 0.3s ease !important;
    border: 1px solid #e9ecef !important;
    position: relative !important;
    overflow: hidden !important;
    cursor: pointer !important;
}

    .ypl-stat-card::before {
        content: '' !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 4px !important;
        background: linear-gradient(45deg, #6432b8, #9516d7) !important;
    }

    .ypl-stat-card:hover {
        transform: translateY(-10px) !important;
        box-shadow: 0 20px 40px rgba(0,0,0,0.15) !important;
    }

.ypl-stat-icon {
    width: 60px !important;
    height: 60px !important;
    background: linear-gradient(45deg, #6432b8, #9516d7) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto 20px !important;
    color: white !important;
    font-size: 24px !important;
}

.ypl-stat-number {
    font-size: 2.5rem !important;
    font-weight: 700 !important;
    color: #2c3e50 !important;
    margin-bottom: 5px !important;
    font-family: 'Montserrat', sans-serif !important;
    display: block !important;
}

.ypl-stat-label {
    color: #6c757d !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    display: block !important;
}

/* Content Grid */
.ypl-content-wrapper {
    margin-bottom: 60px !important;
}

.ypl-content-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 60px !important;
    align-items: start !important;
}

/* Left Content */
.ypl-content-badge {
    display: inline-block !important;
    background: linear-gradient(45deg, #6432b8, #9516d7) !important;
    color: white !important;
    padding: 6px 16px !important;
    border-radius: 20px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    margin-bottom: 25px !important;
}

.ypl-section-title {
    font-size: 2rem !important;
    font-weight: 700 !important;
    color: #2c3e50 !important;
    margin-bottom: 25px !important;
    position: relative !important;
    display: block !important;
}

    .ypl-section-title::after {
        content: '' !important;
        position: absolute !important;
        bottom: -10px !important;
        left: 0 !important;
        width: 60px !important;
        height: 3px !important;
        background: linear-gradient(45deg, #6432b8, #9516d7) !important;
        border-radius: 2px !important;
    }

.ypl-text-content {
    margin-bottom: 35px !important;
}

.ypl-paragraph {
    margin-bottom: 15px !important;
    line-height: 1.7 !important;
    color: #495057 !important;
    font-size: 16px !important;
    display: block !important;
}

.ypl-lead {
    font-size: 18px !important;
    font-weight: 500 !important;
    margin-bottom: 20px !important;
    line-height: 1.7 !important;
    color: #495057 !important;
    display: block !important;
}

/* Services Grid */
.ypl-services-container {
    margin-bottom: 35px !important;
}

.ypl-services-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 20px !important;
}

.ypl-service-card {
    background: white !important;
    padding: 20px !important;
    border-radius: 12px !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08) !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 15px !important;
    transition: all 0.3s ease !important;
    border: 1px solid #e9ecef !important;
}

    .ypl-service-card:hover {
        transform: translateY(-5px) !important;
        box-shadow: 0 10px 25px rgba(0,0,0,0.12) !important;
    }

.ypl-service-icon {
    width: 45px !important;
    height: 45px !important;
    background: linear-gradient(45deg, #6432b8, #9516d7) !important;
    border-radius: 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: white !important;
    flex-shrink: 0 !important;
    font-size: 18px !important;
}

.ypl-service-title {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #2c3e50 !important;
    margin-bottom: 5px !important;
    display: block !important;
}

.ypl-service-desc {
    font-size: 14px !important;
    color: #6c757d !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    display: block !important;
}

/* Features */
.ypl-features-box {
    background: white !important;
    padding: 30px !important;
    border-radius: 15px !important;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08) !important;
    border: 1px solid #e9ecef !important;
}

.ypl-features-title {
    font-size: 22px !important;
    font-weight: 600 !important;
    color: #2c3e50 !important;
    margin-bottom: 20px !important;
    display: block !important;
}

.ypl-features-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
    gap: 12px !important;
}

.ypl-feature-item {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #495057 !important;
}

.ypl-check {
    color: #28a745 !important;
    font-weight: bold !important;
    font-size: 16px !important;
}

/* Visual Section */
.ypl-image-container {
    position: relative !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    margin-bottom: 30px !important;
}

.ypl-main-image {
    width: 100% !important;
    height: 400px !important;
    object-fit: cover !important;
    transition: transform 0.3s ease !important;
    display: block !important;
}

.ypl-image-overlay {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(135deg, rgba(0,0,0,0.4), rgba(0,0,0,0.1)) !important;
    display: flex !important;
    align-items: flex-end !important;
    padding: 30px !important;
}

.ypl-experience-badge {
    background: rgba(255,255,255,0.95) !important;
    padding: 20px 30px !important;
    border-radius: 15px !important;
    text-align: center !important;
    backdrop-filter: blur(10px) !important;
}

.ypl-exp-number {
    font-size: 2.5rem !important;
    font-weight: 700 !important;
    color: #6432b8 !important;
    line-height: 1 !important;
    margin-bottom: 5px !important;
    display: block !important;
}

.ypl-exp-text {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #495057 !important;
    display: block !important;
}

/* Branches Card */
.ypl-branches-card {
    background: white !important;
    border-radius: 20px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
    overflow: hidden !important;
    border: 1px solid #e9ecef !important;
}

.ypl-card-header {
    background: linear-gradient(45deg, #6432b8, #9516d7) !important;
    color: white !important;
    padding: 20px 25px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

.ypl-branches-list {
    padding: 25px !important;
}

.ypl-branch-item {
    display: flex !important;
    align-items: flex-start !important;
    padding: 15px 0 !important;
    border-bottom: 1px solid #e9ecef !important;
}

    .ypl-branch-item:last-child {
        border-bottom: none !important;
    }

.ypl-branch-icon {
    width: 35px !important;
    height: 35px !important;
    background: #6432b8 !important;
    color: white !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-right: 15px !important;
    flex-shrink: 0 !important;
    font-size: 16px !important;
}

.ypl-branch-name {
    color: #2c3e50 !important;
    font-weight: 600 !important;
    margin-bottom: 5px !important;
    font-size: 15px !important;
    display: block !important;
}

.ypl-branch-address {
    color: #6c757d !important;
    margin-bottom: 8px !important;
    font-size: 14px !important;
    display: block !important;
}

.ypl-map-link {
    color: #6432b8 !important;
    text-decoration: none !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    transition: color 0.3s ease !important;
}

    .ypl-map-link:hover {
        color: #9516d7 !important;
        text-decoration: none !important;
    }

/* Contact Section */
.ypl-contact-section {
    padding: 20px 25px !important;
    background: #f8f9fa !important;
    display: flex !important;
    gap: 10px !important;
    flex-wrap: wrap !important;
}

.ypl-contact-btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 12px 20px !important;
    border-radius: 25px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    font-size: 14px !important;
    border: none !important;
    cursor: pointer !important;
    flex: 1 !important;
    justify-content: center !important;
    min-width: 140px !important;
}

.ypl-btn-primary {
    background: linear-gradient(45deg, #6432b8, #9516d7) !important;
    color: white !important;
}

    .ypl-btn-primary:hover {
        transform: translateY(-2px) !important;
        box-shadow: 0 8px 20px rgba(100, 50, 184, 0.3) !important;
        color: white !important;
        text-decoration: none !important;
    }

.ypl-btn-whatsapp {
    background: #25d366 !important;
    color: white !important;
}

    .ypl-btn-whatsapp:hover {
        background: #128c7e !important;
        transform: translateY(-2px) !important;
        color: white !important;
        text-decoration: none !important;
    }

/* Responsive */
@media (max-width: 1024px) {
    .ypl-content-grid {
        grid-template-columns: 1fr !important;
        gap: 40px !important;
    }
}

@media (max-width: 768px) {
    #ypl-bulletproof-component {
        padding: 60px 0 !important;
    }

    .ypl-main-title {
        font-size: 2rem !important;
    }

    .ypl-section-title {
        font-size: 1.5rem !important;
    }

    .ypl-stats-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 15px !important;
    }

    .ypl-services-grid {
        grid-template-columns: 1fr !important;
    }

    .ypl-features-grid {
        grid-template-columns: 1fr !important;
    }

    .ypl-contact-section {
        flex-direction: column !important;
    }

    .ypl-contact-btn {
        width: 100% !important;
    }
}

@media (max-width: 480px) {
    .ypl-stats-grid {
        grid-template-columns: 1fr !important;
    }

    .ypl-service-card {
        flex-direction: column !important;
        text-align: center !important;
        gap: 10px !important;
    }
}
